body {
    margin: 0px;
}

.maincontent {
    margin-bottom: -2rem;
}

.topbox {
    margin: 7rem 15% 5rem 15%;
    display: flex;
}

.topbox img{
    margin-right: 25px;
    width: 600px;
    height: 550px;
}

.topbox h1{
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 22px;
    margin-top: -10px;
    font-size: 50px;
}

.topboxinfo {
    display: flex;
    margin-top: 25px;
}

.topboxinfo h4{
    margin: 0px;
    font-size: 20px;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.topboxinfo p{
    font-size: 18px;
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(49, 49, 49);
}

.topboxspan1 span{
    color:rgb(243, 208, 11) ;
    border: 1px solid rgb(194, 194, 194);
    padding: 28px;
    margin-left: 22px;
    margin-right: 20px;
    font-size: 35px;
    transition: 0.5s;
}

.topboxspan1 span:hover{
    border: 1px solid rgb(255, 255, 255);
    background-color: rgb(49, 49, 49);
    color: white;
}

.topboxspan2 span {
    color:rgb(243, 208, 11) ;
    border: 1px solid rgb(194, 194, 194);
    padding: 28px;
    margin-left: 22px;
    margin-right: 20px;
    font-size: 45px;
    transition: 0.5s;
}

.topboxspan2 span:hover {
    border: 1px solid rgb(255, 255, 255);
    background-color: rgb(49, 49, 49);
    color: white;
}

.topboxspan3 span {
    color:rgb(243, 208, 11) ;
    border: 1px solid rgb(194, 194, 194);
    padding: 28px;
    margin-left: 22px;
    margin-right: 20px;
    font-size: 35px;
    transition: 0.5s;
}

.topboxspan3 span:hover {
    border: 1px solid rgb(255, 255, 255);
    background-color: rgb(49, 49, 49);
    color: white;
}

.middlebox {
    margin-top: 7rem;
}

.middlebox img{
    width: 100%;
    height: 600px;
}

.bottombox {
    margin: 5rem 15% 5rem 15%;
    text-align: center;
}

.sendmessageupperbox {
    display: flex;
    justify-content: left;
}

.sendmessagetitle {
    font-size: 30px;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.sendmessageupperbox input{
    font-size: 18px;
    width: 100%;
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: rgb(238, 238, 238);
    color: black;
    border: none;
    margin: 15px 100px 25px 0px;
    height: 50px;
}

.bottombox textarea{
    margin-top: -15px;
    font-size: 18px;
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: rgb(238, 238, 238);
    border: none;
    width: 100%;
    height: 200px;
}

.bottombox button{
    background-color:rgb(243, 208, 11) ;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    padding: 5px;
    border: none;
    width: 250px;
    cursor: pointer;
}


